home *** CD-ROM | disk | FTP | other *** search
/ Wired for Sound Pro / Wired for Sound Pro CD (Aristosoft, Inc.) (1993).ISO / wfscdset / fixpaths.bat < prev    next >
DOS Batch File  |  1993-11-01  |  2KB  |  47 lines

  1. copy %1.inf %1.old
  2. copy %1.inf %1.1
  3. fixinf "[Button Sounds]" sounds\commands < %1.1 > %1.2
  4. fixinf "[Icon Sounds]" sounds\icons < %1.2 > %1.1
  5. fixinf "[Human Sounds]" sounds\humansnd < %1.1 > %1.2
  6. fixinf "[Funny Sounds]" sounds\funnysnd < %1.2 > %1.1
  7. fixinf "[Phrase Sounds]" sounds\phrases < %1.1 > %1.2
  8. fixinf "[Classical MIDI]" music\clsclmid < %1.2 > %1.1
  9. fixinf "[Jazz MIDI]" music\jazzmid < %1.1 > %1.2
  10. fixinf "[Misc. MIDI]" music\miscmid < %1.2 > %1.1
  11. fixinf "[R & B MIDI]" music\r_bmid < %1.1 > %1.2
  12. fixinf "[New Age MIDI]" music\nwagemid < %1.2 > %1.1
  13. fixinf "[Pleasant MIDI]" music\plsntmid < %1.1 > %1.2
  14. fixinf "[Beethoven MIDI]" music\bethoven < %1.2 > %1.1
  15. fixinf "[Bach MIDI]" music\bach < %1.1 > %1.2
  16. fixinf "[Long Classical MIDI]" music\classics < %1.2 > %1.1
  17. fixinf "[Handel MIDI]" music\handel < %1.1 > %1.2
  18. fixinf "[Mozart MIDI]" music\mozart < %1.2 > %1.1
  19. fixinf "[Tchaikovsky MIDI]" music\tchkvsky < %1.1 > %1.2
  20. fixinf "[Vivaldi MIDI]" music\vivaldi < %1.2 > %1.1
  21. fixinf "[Foo]" foo\bar < %1.1 > %1.2
  22. fixinf "[Star Trek Stubs]" sounds\startrek < %1.2 > %1.1
  23. fixinf "[Job Saver Sounds]" sounds\jobsaver < %1.1 > %1.2
  24. fixinf "[Foo]" foo < %1.2 > %1.1
  25. fixinf "[Animal Sounds]" sounds\animals < %1.1 > %1.2
  26. fixinf "[Cartoon Sounds]" sounds\cartoon < %1.2 > %1.1
  27. fixinf "[Destructive Sounds]" sounds\destruct < %1.1 > %1.2
  28. fixinf "[Drums and Cymbals]" sounds\drums < %1.2 > %1.1
  29. fixinf "[Equipment Sounds]" sounds\equpment < %1.1 > %1.2
  30. fixinf "[People Sounds]" sounds\humsnds < %1.2 > %1.1
  31. fixinf "[Illness Sounds]" sounds\illsnds < %1.1 > %1.2
  32. fixinf "[Impact Sounds]" sounds\impacts < %1.2 > %1.1
  33. fixinf "[Musical Sounds]" sounds\music < %1.1 > %1.2
  34. fixinf "[Popping Sounds]" sounds\pops < %1.2 > %1.1
  35. fixinf "[Nuts & Bolts]" sounds\nutsnds < %1.1 > %1.2
  36. fixinf "[Sports Sounds]" sounds\sports < %1.2 > %1.1
  37. fixinf "[Ripping and Tearing]" sounds\riptear < %1.1 > %1.2
  38. fixinf "[Word Sounds]" sounds\words < %1.2 > %1.1
  39. fixinf "[Misc. Sounds]" sounds\miscsnds < %1.1 > %1.2
  40. fixinf "[Ringing Sounds]" sounds\bells < %1.2 > %1.1
  41. fixinf "[Video Samples]" videos\samples < %1.1 > %1.2
  42. fixinf "[Cursors]" cursors < %1.2 > %1.1
  43. fixinf "[Patterns]" pictures\patterns < %1.1 > %1.2
  44. copy %1.2 %1.inf
  45. del %1.1
  46. del %1.2
  47.